GenerateFromCellRanges(SheetView,CellRange[],Boolean) Method
Generates from cell ranges.
'Declaration
Public Overloads Sub GenerateFromCellRanges( _
ByVal As SheetView, _
ByVal () As CellRange, _
ByVal As Boolean _
)
'Usage
Dim instance As SpreadChart
Dim sheetView As SheetView
Dim cellRanges() As CellRange
Dim autoSwitch As Boolean
instance.GenerateFromCellRanges(sheetView, cellRanges, autoSwitch)
Parameters
- sheetView
- The sheet view.
- cellRanges
- The cell ranges.
- autoSwitch
- if set to
true
, the processing will switch rows and columns automatically if necessary.